Fix initial device enumeration
change log
https://github.com/libimobiledevice/libimobiledevice/commits/master/
Signed-off-by: Georgi Valkov <[email protected]>
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libimobiledevice.git
-PKG_SOURCE_DATE:=2024-10-27
-PKG_SOURCE_VERSION:=5aebbc0c694d1048712505195c32a17c3091d417
-PKG_MIRROR_HASH:=26f3b15e2cb7d79b20541f3c53852014415f9ca527dc13ffe0184bec24d9e69f
+PKG_SOURCE_DATE:=2025-07-29
+PKG_SOURCE_VERSION:=c269d7e3a7c28ac33d05d5c3de6a8682f480abd0
+PKG_MIRROR_HASH:=47a6e5aea5dedaabcf91b68357fbb1e7a64bf9df22d4c10b13e85002207bcdf1
PKG_LICENSE:=LGPL-2.1-or-later
--- a/common/userpref.c
+++ b/common/userpref.c
-@@ -173,7 +173,7 @@ const char *userpref_get_config_dir()
+@@ -174,7 +174,7 @@ const char *userpref_get_config_dir()
#ifdef __APPLE__
base_config_dir = strdup("/var/db");
#else